home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #11 / Amiga Plus CD - 2002 - No. 11.iso / Tools / Hardware / cnetdevice / history < prev    next >
Text File  |  2002-10-27  |  8KB  |  238 lines

  1.  
  2.    V0.1 First Aminet Release
  3.  
  4.    - It worked, just.
  5.  
  6.  
  7.    V0.4 Second Aminet Release
  8.  
  9.    - Added several SANAII commands for compatibility with Miami.
  10.  
  11.    - Enabled interrupts during RemoteWrite. Should no longer cause
  12.      serial port overruns.
  13.  
  14.    - Improved error checking in case of card initialisation failure.
  15.      Now doesn't GURU if device is opened twice! Also tested it with
  16.      Enforcer, which did not detect any illegal memory accesses.
  17.  
  18.    - Relaxed hardware address verification to accept the Accton EN2216.
  19.      Now it might possibly work with other 'NE2000 compatible' cards.
  20.  
  21.    - Unrolled loops to improve data transfer speed. Now about 20% faster
  22.      on an unexpanded A600. Code size got bigger as a result :(
  23.  
  24.    - Hack to fix problem with missed interrupts. Now the device clears
  25.      the Gayle interrupt bits instead of letting card.resource do it.
  26.  
  27.  
  28.    V0.5  Third Aminet Release
  29.  
  30.    - Accepts 802.3 packets (probably, untested).
  31.  
  32.    - Sets BROADCAST bit in io_flags when appropriate.
  33.  
  34.    - Now examines PCMCIA attribute memory to determine the value to write
  35.      into the Card Configuration Register. This should work with all NE2000
  36.      compatible PCMCIA network cards, even those with different CCR offsets.
  37.  
  38.    - If attribute memory is not found, cnet.device tries to open the file
  39.      "s:cnetdev.config" and read from it the Card Configuration Register
  40.      offset, Configuration ID, and ROM Station Address. This often revives
  41.      a card that did not power up properly. The 'cnetconfig' program is
  42.      supplied for creating this file.
  43.  
  44.  
  45.    V0.6 Fourth Aminet Release
  46.  
  47.    - Removed cnet.config stuff, and replaced with a hardware mod. This
  48.      mod should be done on all A1200s (not required on the A600).
  49.  
  50.    - Now cards are hot-swappable. As a result, only proper network
  51.      cards will be accepted. Other types of cards are ignored so
  52.      that other drivers can access them.
  53.  
  54.    - I/O addressing now supports a 64KByte range. Previously this was
  55.      only 1KB, which may have prevented some cards from working.
  56.  
  57.    - Accepts all Card Configuration Register address sizes (previously
  58.      the address was assumed to be 16bit, but some cards are 24 bit!).
  59.  
  60.    - Tighter data transfer loops, which are slightly faster on a
  61.      machine with small CPU caches (eg. 68030).
  62.  
  63.    - Un-supported commands now return S2ERR_NOT_SUPPORTED.
  64.  
  65.    - 'card_info' program provided for viewing card attributes.
  66.  
  67.    v0.7  Fifth Aminet Release
  68.  
  69.    - fixed harmless bug in init_nic - remote DMA timeout test
  70.      could not fail!
  71.  
  72.    - Now remembers copytobuf/copyfrombuf tags for each opener.
  73.      Allows simultaneous use of eg. AmiTCP and Envoy.
  74.  
  75.    - OnEvent types ONLINE and OFFLINE now return immediately
  76.      if the device is already in the wanted state.
  77.  
  78.    v0.9  Sixth Aminet release
  79.  
  80.    - fixed bug in OnEvent: was using wrong register to test ONLINE flag.
  81.  
  82.    - Added support for multicasting, statistics, orphan packets, exclusive
  83.      and promiscuous modes.
  84.  
  85.    v1.0  Seventh Aminet release
  86.  
  87.    - Fixed bug in readpacket: Broadcast packets were also being identified
  88.      as Multicast.
  89.  
  90.    v1.1  Eigth Aminet release
  91.  
  92.    - Fixed bug: delmulticast always failed due to bad testing
  93.      for multicast address match.
  94.  
  95.    - Fixed bug: readpacket was getting incorrect src and dst
  96.      addresses (A4 was pointing to prhdr instead of etherhdr).
  97.  
  98.    - Included put_multi in init_nic (need to reload multicast
  99.      bits if card is removed and re-inserted)
  100.  
  101.    - Added 4 to rx ios2_datalength in raw mode. Shapeshifter
  102.      seems to need this (why?)
  103.  
  104.    v1.2  Ninth Aminet release
  105.  
  106.    - Since there has been almost ten months without an update, I, Harry
  107.      Sintonen <sintonen@iki.fi>, decided to have a go.
  108.  
  109.    - Dozens of bugs fixed.
  110.  
  111.    - Now comply to SANA2 Rev2 and Rev3. Also implements Multicast address
  112.      range extensions to Rev3.
  113.  
  114.    - Properly implements Multiple Protocol Stack Support.
  115.  
  116.    - cnet.device is now NewStyleDevice.
  117.  
  118.    - cnet.device can now be expunged from the memory.
  119.  
  120.    - Separate 68000 and 68020 versions. Special turboio version with DMA
  121.      speedup hack.
  122.  
  123.    - Optimized for better performance.
  124.  
  125.    - Thanks to v1.2 beta testers: darza, sda, shygirl, kolla, BlackWine,
  126.      miksuh, Nadir, tekmag, goat^god, Tripper, Tundrah, Ion and Janne_k.
  127.      Special thanks to Tundrah for providing very extensive benchmark
  128.      results.
  129.  
  130.    v1.3  Tenth Aminet release
  131.  
  132.    - Updated the compatibility list and this readme file. Thanks to Maks
  133.      Weclawski, Pierre Cauchy, Ilkka Lehtoranta, Gunter Hinrichsen, Robert
  134.      Simmonds and others for reporting card [in]compatibilities.
  135.  
  136.    - Disabled some unused code. Size optimized some non-time critical code.
  137.  
  138.    - Speedup: Implemented one obvious 020 optimization. Thanks to Ilkka
  139.      Lehtoranta for pointing it out.
  140.  
  141.    - Improvement: Now uses memory pool for all memory allocations to
  142.      prevent memory fragmentation. Also a bit faster than using exec
  143.      AllocMem/FreeMem since uses semaphore for access arbitration (exec
  144.      memroutines use Forbid/Permit).
  145.  
  146.    v1.4  Eleventh Aminet release
  147.  
  148.    - Bugfix: Fixed 8 byte random memory trash from OpenDevice.
  149.      Thanks to Ralph Schmidt for not killing me because of this. :)
  150.  
  151.    v1.5  Twelfth Aminet release
  152.  
  153.    - Updated the compatibility list. Thanks to Tony Duxbury, Carson
  154.      Gray, Lukas Stehlik, Henrik Berglund and the usenet ppl. :->
  155.  
  156.    - Now assumes network card if CISTPL_FUNC_ID tuple isn't found. Makes
  157.      the device work with some cards that failed before (Microcomputer
  158.      Research Inc's Mr Ethernet). (Colin Willans, Neil Cafferkey)
  159.  
  160.    - Fixed a bug from pre-V39 FreePooled() -routine. I thought I had
  161.      already fixed it, but no.
  162.  
  163.    v1.6  Thirteenth Aminet release
  164.  
  165.    - Bugfix: S2_GETSTATIONADDRESS returned current interface address in
  166.      both ios2_SrcAddr and ios2_DstAddr. Now ios2_DstAddr return the
  167.      factory default station address as supposed to.
  168.  
  169.    - Bugfix: S2_TRACKTYPE and S2_UNTRACKTYPE called alloc & free within
  170.      Disable(). Caused terrible lockup if semaphore wasn't free or owned
  171.      by the caller. Fixed.
  172.  
  173.    - Bugfix: S2_ONLINE trashed one byte of memory if device wasn't
  174.      configured. Grrrh, I hate assembler. Fixed.
  175.  
  176.    - Bugfix: In some special conditions OwnCard() could have got called
  177.      more than once. Oops. Fixed.
  178.  
  179.    - General source cleanup: Better device initialization and cleanup,
  180.      removed some redundant code.
  181.  
  182.    - Added error requesters for initialization errors, helps identifying
  183.      compatibility problems.
  184.  
  185.    - Added DMA timeout test for reads, might fix some cards that failed
  186.      before (timing problems).
  187.  
  188.    - Improvement: Now set iorequest error code properly on write error.
  189.  
  190.    - Updated the compatibility list. Thanks to MX3.
  191.  
  192.    - Separated history to separate file.
  193.  
  194.    - Added guide by Niclas Aronsson, thanks mate!
  195.  
  196.  
  197.    v1.6b Fourteenth Aminet release
  198.  
  199.    - Updated the compatibility list. Thanks to joe, Darry Dooman, Levas,
  200.      Antti Haljak and the rest.
  201.  
  202.  
  203.    v1.7 Fifteenth Aminet release
  204.  
  205.    - Bugfix: Recovering from receiver ring buffer overflow caused
  206.      NIC to stop accepting multicast packets (broadcast packets were
  207.      still accepted though). Also possible promiscous mode was turned
  208.      off. Now always reset the receive mode to current one. Also
  209.      disabled unused dd_overflows counter.
  210.  
  211.    - Bugfix: Promiscous mode didn't accept all multicast addresses.
  212.      Fixed to do so.
  213.  
  214.    - Added notes about CardReset software fixes.
  215.  
  216.    - Small include fixes, provided by platon42.
  217.  
  218.  
  219.    v1.8 Sixteenth Aminet release
  220.  
  221.    - Minor bugfix: deviceinit leaked memory if it failed.
  222.  
  223.    - Added KingMax EN10-T2T and Kingston KNE-PC2T to compatibility list.
  224.      Thanks to GDR!
  225.  
  226.    - Added NetGear FA410TX to compatibility list. Thanks to Spokki.
  227.  
  228.    - Added Eusso UPE4010-TC 10M and ActionTEC FASTnet PE200AC
  229.      (BNC+UTP 10M) to compatibility list. Added Asmax LM5LT-10N to
  230.      incompatible cards list. Thanks to Mandi^ATO.
  231.  
  232.    - Added Billionton LNT-10TB to compatibility list. Thanks to Valwit.
  233.  
  234.    - Added note about CardPatch software.
  235.  
  236.  
  237.    (for more information see src/cnetdevice.asm version history)
  238.